@charset "UTF-8";

@font-face {
    font-family: 'SiYuanSongTi';
    src: url("../fonts/SourceHanSerifCN-Bold.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'YunFengFeiYunTi';
    src: url("../fonts/YunFengFeiYunTi.ttf") format("truetype"),
    url("../fonts/YunFengFeiYunTi.otf") format('opentype');
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family:  "Microsoft Yahei", sans-serif;;
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #bd1a2d!important;
    color: #fff;
    background-color: #bd1a2d!important;
}
.pb_sys_common {
    line-height:35px!important;
    font-size: 14px!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 8px 12px!important;
    height: 30px!important;
    line-height: 12px;
}




.cont_len img{
    max-width: 90%!important;
    height:auto!important;
}


.con-txt table {
    margin: 20px auto;
    max-width: 100%;
    /*width: 100%;
    display: block;
    overflow: scroll;
    border: 0px solid #000!important;*/
}

@media (max-width: 769px){
    .con-txt table {
        margin: 20px auto;
        max-width: 100%;
        width: 100%;
        display: block;
        overflow: scroll;
        border: 0px solid #000!important;
    }
}


html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.noflex{display: block !important;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #C22A3C, #C22A3C);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #C22A3C}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}

.wp{
    width: 1400px;
    margin: 0 auto;
    max-width: 96%;
}
.none{
    display: none;
}

/*=============================公共 开始===================================*/


.header_box{
    position: relative;

}

.header_top{
    margin-bottom: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top .ll a{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
    transition: .5s;
}
.header_top .ll a img{
    display: block;
    width: 17px;
    margin-right: 8px;
}

.list_box0{
    display: flex;
    align-items: center;
}
.list_box0 .li{
    position: relative;
    margin-left: 24px;
}
.list_box0 .li:before{
    position: absolute;
    content: '';
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #F1A0A0;
}

.list_box0 .li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
    transition: .5s;
}
.list_box0 .li a img{
    display: block;
    width: 16px;
    margin-right: 4px;
}
.list_box0 .li.older a{
    padding: 0 11px;
    color: #fff !important;
    background: #BD1A2D;
    border-radius: 50px;
}

.list_box0 .li:first-child:before,
.list_box0 .li.older:before{
    display: none;
}
.list_box0 .li:hover a{
    color: #BD1A2D;
}

.logo1 img{
    display: block;
    max-width: 100%;
    max-height: 128px;
    /* margin: 0 auto; */
  
}
.logo1 .noGrayElement{
    max-height: 116px;
    margin-right:35px;
    transform: translateY(-12px);
}
.logo1 .img2{
    max-height: 115px;
}
.logo1 a{
     display: flex;
     align-items: flex-end;
     justify-content: center;
}
.logo1{
    margin-bottom: 99px;
    text-align: center;
}
.header_bottom .search{
    max-width: 723px;
    margin: 0 auto;
}

.search  input::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: #333; 
    } 
  .search   input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
   color: #333; 
    } 
   .search  input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
   color: #333; 
    } 
 .search    input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
  color: #333; 
    }





.header_bottom .search .form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.47);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #bd1a2d;
}
.header_bottom .search .inpt{
    display: block;
    width: calc(100% - 130px);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #616161;
    padding: 0 30px;
    border-radius: 5px;
}
input::placeholder{
    color: #cacaca;
}
input::-ms-input-placeholder{
    color: #cacaca;
}
.header_bottom .search .subm{
    width: 130px;
    height: 60px;
    background: #bd1a2d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.header_bottom .search .subm img{
    display: block;
    width: 23px;
    margin-right: 14px;
}


.header_box .header{
    padding: 15px 0;
    height:488px;
    background: url("../images/index/img-1-1.jpg") no-repeat left 
 center/cover;
}

#nav{
    background: #BD1A2D;
    position: relative;
    z-index: 9;
}
#nav li{
    position: relative;
    z-index:2;
}
#nav li h2{
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    transition: .5s;
    position: relative;
    z-index: 2;
}
#nav li h2:after{
    position: absolute;
    content: '';
    left: -25px;
    right: -25px;
    top: 0;
    bottom: 0;
    background: #DC9B1D;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
#nav li h2 a{
    display: block;
    position: relative;
    z-index: 3;
}
#nav li h2 a:hover{
    color: #fff;
}



#nav li:hover h2,
#nav li.active h2{
    font-weight: 700;
}
#nav li:hover h2:after,
#nav li.active h2:after{
    opacity: 1;
    visibility: visible;
}

#nav li .sub{
    position: absolute;
    top: 100%;
    background: #fff;
    left: 50%;
    min-width: 100vw;
    right: 0;
    z-index: 10000;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}
#nav li .sub .box{
    padding: 15px 10px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}
#nav li .sub .box a{
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #111111;
    margin: 0 10px;
    position: relative;
    flex-shrink: 0;
}
#nav li .sub .box a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: 0;
    background: #C61613;
    transition: .5s;
}
#nav li .sub .box a:hover{
    color: #C61613;
    font-weight: 700;
}
#nav li .sub .box a:hover:after{
    right: 0;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform:scaleY(1) translateX(-50%);
    
}

#nav:after{
    position:absolute;
    content:'';
    left:50%;
    width:100vw;
    height:78px;
    background:#fff;
    transform:scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}
#nav.on:after{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateX(-50%);
}
.foot .ftlink{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .ftlink dl{
    width: 18%;
    position: relative;
}
.foot .ftlink dl:first-child{
    width: 21%;
}
.foot .ftlink dl dt{
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot .ftlink dl dt:after{
    display: block;
    content: '';
    width: 20px;
    height: 11px;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 20px 11px;
    transition: .3s
}
.foot .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li{
    font-size: 16px;
    line-height: 32px;
    padding: 5px 0;
}
.foot .ftlink dl dd ul li h4{
    font-size:18px;
    font-weight:700;
    color:#C4100D
}
.foot .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ftlink dl dd ul li a:hover{
    color:  #C61613;
}
.foot .ftlink dl dd{
    position: absolute;
    /*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.foot .ftlink dl dd ul{
    max-height: 300px;
    overflow-y: auto;
}
.foot .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#C61613 0%,#C61613 100%);
}

.foot .ft_block{
    padding: 38px 0 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.foot .ftleft h5{
    font-size: 16px;
    line-height: 42px;
    color: #111111;
}
.foot .ftleft h5 span{
    display: inline-block;
    margin-right: 30px;
}

.foot .ftright{
    display: flex;
    align-items: center;
}
.foot .ftright .li{
    margin-left: 6px;
}
.foot .ftright .li:first-child{
    margin-left: 0;
}
.foot .ftright .li a{
    display: block;
}
.foot .ftright .li a img{
    display: block;
    height: 55px;
}
.foot .bq p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}
.foot .bq p img{
    display: block;
    width: 20px;
    margin-right: 7px;
}
.foot .bq{
    padding: 13px 0 12px;
    background: #D8D8D8;
}
.foot .ft-lj{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:30px
}
.foot .ft-lj .li{
    font-size:16px;
    line-height:32px;
    color:#333;
    margin:0 8px;
    transition:.5s;
}
.foot .ft-lj .li:hover{
    color:#B62C2C
}


.foot{
    border-top: 4px solid #B62C2C;
    padding: 38px 0 0;
    background: #EAE6E6;
}



.aside{
    position: fixed;
    top: 50%;
    right: 32px;
    width: 76px;
    transform: translateY(-50%);
    z-index: 10000;
    padding: 4px 0 9px;
    background: url("../images/as_ico05.png") no-repeat bottom center/100% 100%;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.aside:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -29px;
    height: 30px;
    background: url("../images/as_ico04.png") no-repeat 50%/100%;
}
.aside ul li a{
    display: block;
}
.aside ul li a img{
    display: block;
    width: 50px;
    margin: 0 auto;
}
.aside ul li{
    margin-bottom: 21px;
}
.aside ul li:last-child{
    margin-bottom: 0;
}

.aside ul li{
    position: relative;
}
.aside ul li .code{
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    background: #fff;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.aside ul li .code:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    border: 5px solid transparent;
    border-left-color: #fff;
    transform: translateY(-50%);
}

.aside ul li .code img{
    display: block;
    width: 100%;
    height: 100%;
}
.aside ul li:hover .code{
    opacity: 1;
    visibility: visible;
}

#gotop img{
    width: 41px;
}
.aside.hide {
    opacity: 0;
    visibility: hidden;
}

.ar_wap {
    display: none
}

/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #C61613;
    height: 60px;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: 75px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #C61613;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big-nav .list_box0 .li {
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.big-nav .list_box0 .li a {
    color: #fff;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con {
    position: relative
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: 54px;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 54px;
    height: 54px;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto 10px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("../images/search-1.png") center no-repeat #E5A102;
    background-size: 16px;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}




.ar_wap{display: none}

@media (max-width: 1401px){
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
        box-sizing: border-box !important;
    }
    .aside{
        right: 10px;
    }
}

@media (max-width: 1199px){


    .big-nav .list_box0 .li{
        background: #fff;
    }
    .big-nav .list_box0 .li a{
        color: #BD1A2D;
    }
    .list_box0 .li.older a {
        padding: 0px;
        color: #BD1A2D!important;
        background: #fff!important;
        border-radius: 0px;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}

    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        /* display: block; */
        height: 42px;
    }
    .wap-head .navbtnm {
        width: 75px;
        height: 60px;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 60px;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 25px 25px;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -7px;
        border-right: #fff 7px solid;
        border-bottom: transparent 60px solid;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }
    .list_box0 .li:before{
        display: none;
    }
    .list_box0 .li a{
        font-size: 14px;
    }


    .header_box .header{
        height: 32vw;
    }
    .header_box .header .wp{
        height: 100%;
    }
    .header_box{
        margin-top: 60px;
    }
    .logo1 .noGrayElement{
    max-height: 70px;
    margin-right:15px;
    transform: translateY(-5px);
    }
    .logo1 .img2{
        max-height: 65px;
    }
    .logo1{
        margin-bottom: 30px;
    }
    .header_bottom .search {
        width: 100%;
        max-width: 660px;
        margin: 0;
    }
    .header_bottom .search .inpt{
        line-height:48px;
        height: 48px;
    }
    .header_bottom .search .subm{
        line-height:48px;
        height: 48px;
        width:110px
    }
    .header_bottom{
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        transform: translateY(-3vw);
    }
    .foot .ftlink dl dt{
        font-size: 16px;
    }
    .aside{
        display: none;
    }
}
@media (max-width: 1025px){
    .header_bottom{
        transform: translateY(-2vw);
    }
    .logo1 img {
        max-height: 100px;
    }
    .logo1 {
        margin-bottom: 30px;
    }
    .header_bottom .search{
        max-width: none;
        width: 60vw;
    }
    .header_bottom .search .inpt{
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 10px;
        width: calc(100% - 100px);
    }
    .header_bottom .search .subm{
        width: 100px;
        height: 50px;
        font-size: 17px;
    }
    .header_bottom .search .subm img{
        width: 15px;
        margin-top: 1px;
        margin-right: 5px;
    }
    .foot .ftlink dl{
        width: 49% !important;
    }
    .foot .ftlink dl dt{
        font-size: 14px;
        padding: 0 10px;
        height: 48px;
        line-height: 48px;
    }
    .foot .ftlink dl dt:after{
        width: 14px;
        height: 11px;
        background-size: 14px auto;
    }
    .foot .ftlink{
        gap: 10px 2%;
    }
    .foot .ft_block{
        padding: 15px 0;
    }
    .foot .ftleft h5{
        font-size: 14px;
        line-height: 2;
    }
    .foot .ftleft{
        width: 100%;
        margin-bottom: 10px;
    }
    .foot .ftright{
        width: 100%;
        justify-content: center;
    }
    .foot .ftright .li{
        margin: 0 10px;
    }
    .foot .bq p{
        font-size: 12px;
        line-height: 24px;
        align-items: flex-start;
    }
    .foot .bq a{
        font-size: 12px;
        line-height: 24px;
        align-items: flex-start;
    }
    .foot .bq a img{
        margin-right: 5px;
        margin-top: 3px;
    }
    .foot .bq{
        padding: 10px 15px 0;
    }
    .foot{
        padding: 20px 0 10px;
    }
    .foot .ftlink dl dd ul li{
        font-size: 12px;
        line-height: 24px;
    }
    .foot .ftlink dl dd ul li h4{
        font-size:15px;
    }
    .foot .ftlink dl dd{
        padding: 10px 15px;
    }
}
@media (max-width: 769px){
    .wap-head .logo img{
        /* display: block; */
    }
    .foot .ftleft h5 span{
        margin-right: 10px;
    }
    .foot .ft-lj .li{
        font-size:14px;
        line-height:26px;
        margin:0 5px;
    }
     .foot .ft-lj{
         margin-bottom:15px
     }

}
@media (max-width: 641px){
    .header_box .header{
        background-size:100% 100%
    }
    .logo1 .noGrayElement{
         max-height:45px;
        margin-right:10px;
        transform: translateY(-3px);
    }
   .logo1 .img2{
       max-height:40px
   }
     .logo1{
         margin-bottom:20px
     }
    .header_bottom .search .inpt{
        height: 42px;
        line-height: 42px;
    }
    .header_bottom .search .subm {
        width: 90px;
        height: 42px;
        font-size: 15px;
    }
    .header_bottom{
        transform: none;
    }
    .header_box .header{
        height: 39vw;
    }
    .header_bottom .search .inpt{
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        width: calc(100% - 75px);
    }
    .header_bottom .search .subm{
        width: 75px;
        height: 42px;
        font-size: 14px;
    }
}


@media (max-width:592px){
    .foot .bq p {
        display: block;
    }
    .foot .bq p img {
        display: inline-block;
        margin-top: -2px;
        vertical-align: middle;
    }
}
@media (max-width: 481px){
    .wap-head .navbtnm {
        width: 62px;
    }
    .wap-head .logo img{
        height: 34px;
    }
    .logo1 img {
        max-height: 60px;
    }
    .logo1{
        margin-bottom: 15px;
    }
    .header_bottom .search{
        width: 78vw;
    }
    .foot .ftlink dl dt{
        height: 42px;
        line-height: 42px;
    }
    .header_bottom .search .inpt{
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        width: calc(100% - 75px);
    }
    .header_bottom .search .subm{
        width: 75px;
        height: 36px;
        font-size: 14px;
    }
    .foot .ftlink dl{
        width: 100% !important;
    }
    .foot .ftright .li a img{
        height: 40px;
    }
    .foot .ftright .li a img{
        width:100%;
        height:auto;
    }
}


@keyframes roted{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes xs
{
    from {opacity: 0;transform: translate(0,10px);}
    to {opacity: 1;transform: translate(0,0px);}
}